home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Utilities / Partition Logic 0.68 / partlogic-0.68.iso / programs / helpfiles / mount.txt < prev    next >
Encoding:
Text File  |  2007-05-10  |  672 b   |  24 lines

  1.  
  2.  -- mount --
  3.  
  4. Mount a filesystem.
  5.  
  6. Usage:
  7.   mount <disk> <mount_point>
  8.  
  9. This command will mount (make usable) the filesystem on the specified logical
  10. disk.  Available logical disks can be listed using the 'disks' command.
  11. The second parameter is a location where the contents of the filesystem
  12. should be mounted.
  13.  
  14. Example:
  15.   mount cd0 /cdrom
  16.  
  17. This will mount the first CD-ROM device, and make its contents accessible
  18. in the /cdrom subdirectory.
  19.  
  20. Note that the mount point parameter should specify a name that does *not*
  21. exist.  This is the opposite of the UNIX mount command behaviour.  The
  22. example above will fail if there is already a file or directory called /cdrom.
  23.  
  24.